﻿.page_back {
    text-align: center;
    margin-top: 25px;
}

    .page_back a {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        line-height: 24px;
        margin: 0 18px;
        color: #b4b4b4;
    }

        .page_back a.prev {
            padding-left: 30px;
            background: url("../images/prod_detail_52.png") no-repeat left center;
        }

            .page_back a.prev:hover {
                color: #0093de;
                background-image: url("../images/prod_detail_57.png");
            }

.nav_pagebg {
    background: #f2f2f2;
    width: 100%;
    left: 0;
    z-index: 20;
}

.fixed {
    position: fixed;
    top: 0;
    box-shadow: 1px -1px 20px rgba(0, 0, 0, 0.4);
}

    .fixed .nav_page {
        margin-bottom: 0;
    }

.tr {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.ov {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*pc-header*/
.header {
    height: 120px;
    width: 100%;
    z-index: 10;
    left: 0;
    background: #fff;
    box-shadow: 1px -1px 20px rgba(0, 0, 0, 0.1);
}

.logo {
    display: block;
    width: 91px;
    float: left;
    margin-top: 20px;
}

.nav1 > .on > a {
    color: #e77918;
    background-image: url(../images/navah.png);
}

.nav1 > .on > a {
    color: #e77918;
}

.nav1 > li > a {
    line-height: 20px;
    color: #666;
    padding: 50px 20px 50px 28px;
    display: block;
    background: url(../images/navabg.png) no-repeat right center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: relative;
}

    .nav1 > li > a:before {
        display: none;
        content: "";
        position: absolute;
        width: 0;
        bottom: -1px;
        left: 0;
        height: 3px;
        background: #e77918;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        left: 50%;
        margin-left: -33px;
    }

.nav1 > .on > a:before {
    width: 80px;
}

.nav1 > li:hover a:before {
    width: 80px;
}

.nav1 > li {
    float: left;
    position: relative;
}

.nav2_bg {
    position: absolute;
    background: #fff;
    z-index: 7;
    left: 50%;
    transform: translateX(-50%);
    border-top: solid #ea8f4d 3px;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.1);
    width: max-content;
    top: 112px;
    display: none;
    min-width: 156px;
}

.nav_div {
    float: right;
}

.nav2 {
    float: left;
    padding: 17px 20px 35px 20px;
}

.nav1 > li:first-child > a {
    background: none;
}

    .nav1 > li:first-child > a:hover {
        background: none;
    }

.nav1 > li > a:hover {
    color: #e77918;
    background-image: url(../images/navah.png);
}

.nav2 > li > a {
    color: #838383;
    font-size: 14px;
    line-height: 24px;
    display: block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border-bottom: solid rgba(204,204,204,0.3) 1px;
    padding: 7px 30px;
    white-space: nowrap;
}

    .nav2 > li > a:hover {
        color: #e77918;
    }

.ser {
    width: 34px;
    height: 34px;
    background: url(../images/ser.png) no-repeat center;
    float: right;
    margin-left: 58px;
    cursor: pointer;
    margin-top: 42px;
}

.ser1 {
    background: url(../images/i_ico_03.png) no-repeat center;
}

.search_box {
    background-color: #fff;
    position: absolute;
    right: 50%;
    top: 120px;
    margin-right: -590px;
    padding: 17px 20px;
    width: 22%;
    z-index: 6;
    box-shadow: 0px 3px 17px 0px rgba(0, 0, 0, 0.1);
    display: none;
}

    .search_box .inp_box {
        width: 80%;
        border: none;
        padding: 0;
        margin: 0;
        background: none;
        height: 30px;
        line-height: 30px;
        color: #666;
    }

.subser {
    width: 28px;
    height: 28px;
    background: url(../images/serh.png) no-repeat right center;
    border: none;
    float: right;
    cursor: pointer;
}

/*header*/
.app-header {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 500;
    overflow: hidden;
    box-shadow: 3px 0 7px 0 rgba(0,0,0,.1);
    -webkit-transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1),height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
    transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1),height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
}

    .app-header.open-menu {
        height: 100%;
        background: #fff;
        -webkit-transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1),height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
        transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1),height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
    }

.app-navbar {
    box-shadow: 3px 0 7px 0 rgba(0,0,0,.1);
    position: relative;
    background: #fff;
    height: 50px;
}

.app-header .app-logo {
    float: left;
    height: 50px;
    margin: 0 auto;
    padding: 5px 0 5px 15px;
}

    .app-header .app-logo img {
        height: 100%;
    }

.navbar-togger {
    padding: 17px 15px;
    height: 50px;
    float: right;
    line-height: 50px;
    visibility: visible;
    transition: transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96),opacity 0.28s 0.36s cubic-bezier(0.52, 0.16, 0.24, 1),-webkit-transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96);
    font-size: 0;
    position: relative;
}

    .navbar-togger .icon_bar {
        width: 24px;
        height: 2px;
        background-color: #333333;
        opacity: 1;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

        .navbar-togger .icon_bar:nth-child(odd) {
            width: 18px;
            margin: 0 auto;
        }

        .navbar-togger .icon_bar:nth-of-type(2) {
            margin: 5px 0;
        }

.open-menu .navbar-togger .icon_bar:nth-of-type(2) {
    opacity: 0;
}

.open-menu .navbar-togger .icon_bar:first-child {
    width: 24px;
    -webkit-transform: translate(0,7px) rotate(45deg);
    -ms-transform: translate(0,7px) rotate(45deg);
    transform: translate(0,7px) rotate(45deg);
}

.open-menu .navbar-togger .icon_bar:last-child {
    width: 24px;
    -webkit-transform: translate(0,-7px) rotate(-45deg);
    -ms-transform: translate(0,-7px) rotate(-45deg);
    transform: translate(0,-7px) rotate(-45deg);
}

.app-sousuo {
    line-height: 22px;
    border-right: solid 1px rgba(0,0,0,0.3);
    padding-right: 15px;
    color: #333;
    float: right;
    font-size: 22px !important;
    margin-top: 14px;
}

.alert-search {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.9);
    top: 0;
    left: 0;
    z-index: 9999;
}

.alert-top {
    height: 50px;
    background: #fff;
    padding: 0 15px;
    border-bottom: solid 1px rgba(0,0,0,0.1);
}

    .alert-top .text {
        border-radius: 0px;
        height: 40px;
        margin-top: 5px;
        background: none;
        border: solid 1px rgba(0,0,0,0.1);
        width: 80%;
        float: left;
        color: #666;
        padding: 0 10px;
    }

    .alert-top .search {
        background: url(../images/ser.png) no-repeat center;
        width: 30px;
        height: 30px;
        float: left;
        margin-top: 10px;
        background-size: cover;
        margin-left: 3px;
    }

    .alert-top span {
        color: #666;
        float: right;
        font-size: 20px !important;
        margin-top: 10px;
        width: 10%;
        text-align: center;
        line-height: 30px;
    }

.nav-menu {
    position: absolute;
    top: 50px;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 620;
    padding: 0 15px 15px;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 1s;
    transition: visibility 0s linear 1s;
}

.app-header.open-menu .nav-menu {
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.nav-list {
    padding: 0;
}

    .nav-list li {
        border-bottom: 2px solid #888;
        opacity: 0;
        pointer-events: none;
    }

.app-header.open-menu .nav-list li {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
}

.nav-list li:nth-child(1) {
    transform: translateY(-44px);
    transition: opacity .3345s cubic-bezier(0.52, 0.16, 0.52, 0.84) .15s,transform .4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) .108s,-webkit-transform .4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) .108s;
}

.app-header.open-menu .nav-list li:nth-child(1) {
    transition: opacity .3091s cubic-bezier(0.32, 0.08, 0.24, 1) .03s,transform .3455s cubic-bezier(0.32, 0.08, 0.24, 1) .02s,-webkit-transform .3455s cubic-bezier(0.32, 0.08, 0.24, 1) .02s;
}

.nav-list li:nth-child(2) {
    transform: translateY(-40px);
    transition: opacity .29294s cubic-bezier(0.52, 0.16, 0.52, 0.84) .13s,transform .45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) .095s,-webkit-transform .45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) .095s;
}

.app-header.open-menu .nav-list li:nth-child(2) {
    transition: opacity .32244s cubic-bezier(0.32, 0.08, 0.24, 1) .05s,transform .35825s cubic-bezier(0.32, 0.08, 0.24, 1) .04s,-webkit-transform .35825s cubic-bezier(0.32, 0.08, 0.24, 1) .04s;
}

.nav-list li:nth-child(3) {
    transform: translateY(-36px);
    transition: opacity .26098s cubic-bezier(0.52, 0.16, 0.52, 0.84) .11s,transform .43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) .082s,-webkit-transform .43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) .082s;
}

.app-header.open-menu .nav-list li:nth-child(3) {
    transition: opacity .33467s cubic-bezier(0.32, 0.08, 0.24, 1) .07s,transform .37539s cubic-bezier(0.32, 0.08, 0.24, 1) .06s,-webkit-transform .37539s cubic-bezier(0.32, 0.08, 0.24, 1) .06s;
}

.nav-list li:nth-child(4) {
    transform: translateY(-32px);
    transition: opacity .2386s cubic-bezier(0.52, 0.16, 0.52, 0.84) .09s,transform .42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) .069s,-webkit-transform .42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) .069s;
}

.app-header.open-menu .nav-list li:nth-child(4) {
    transition: opacity .34577s cubic-bezier(0.32, 0.08, 0.24, 1) .09s,transform .39692s cubic-bezier(0.32, 0.08, 0.24, 1) .08s,-webkit-transform .39692s cubic-bezier(0.32, 0.08, 0.24, 1) .08s;
}

.nav-list li:nth-child(5) {
    transform: translateY(-28px);
    transition: opacity .22581s cubic-bezier(0.52, 0.16, 0.52, 0.84) .07s,transform .42259s cubic-bezier(0.52, 0.16, 0.52, 0.84) .056s,-webkit-transform .42259s cubic-bezier(0.52, 0.16, 0.52, 0.84) .056s;
}

.app-header.open-menu .nav-list li:nth-child(5) {
    transition: opacity .35577s cubic-bezier(0.32, 0.08, 0.24, 1) .11s,transform .42286s cubic-bezier(0.32, 0.08, 0.24, 1) .1s,-webkit-transform .42286s cubic-bezier(0.32, 0.08, 0.24, 1) .1s;
}

.nav-list li:nth-child(6) {
    transform: translateY(-24px);
    transition: opacity .20343s cubic-bezier(0.52, 0.16, 0.52, 0.84) .05s,transform .41691s cubic-bezier(0.52, 0.16, 0.52, 0.84) .043s,-webkit-transform .41691s cubic-bezier(0.52, 0.16, 0.52, 0.84) .043s;
}

.app-header.open-menu .nav-list li:nth-child(6) {
    transition: opacity .36577s cubic-bezier(0.32, 0.08, 0.24, 1) .13s,transform .41718s cubic-bezier(0.32, 0.08, 0.24, 1) .12s,-webkit-transform .41718s cubic-bezier(0.32, 0.08, 0.24, 1) .12s;
}

.nav-list li:nth-child(7) {
    transform: translateY(-20px);
    transition: opacity .18105s cubic-bezier(0.52, 0.16, 0.52, 0.84) .03s,transform .41123s cubic-bezier(0.52, 0.16, 0.52, 0.84) .03s,-webkit-transform .41123s cubic-bezier(0.52, 0.16, 0.52, 0.84) .03s;
}

.app-header.open-menu .nav-list li:nth-child(7) {
    transition: opacity .37577s cubic-bezier(0.32, 0.08, 0.24, 1) .15s,transform .4115s cubic-bezier(0.32, 0.08, 0.24, 1) .14s,-webkit-transform .4115s cubic-bezier(0.32, 0.08, 0.24, 1) .14s;
}

.nav-list li:nth-child(8) {
    transform: translateY(-16px);
    transition: opacity .15867s cubic-bezier(0.52, 0.16, 0.52, 0.84) .01s,transform .40555s cubic-bezier(0.52, 0.16, 0.52, 0.84) .17s,-webkit-transform .40555s cubic-bezier(0.52, 0.16, 0.52, 0.84) .17s;
}

.app-header.open-menu .nav-list li:nth-child(8) {
    transition: opacity .38577s cubic-bezier(0.32, 0.08, 0.24, 1) .17s,transform .40582s cubic-bezier(0.32, 0.08, 0.24, 1) .16s,-webkit-transform .42286s cubic-bezier(0.32, 0.08, 0.24, 1) .16s;
}

.category-item {
    position: relative;
}

.P_list2, .P_list3 {
    border-top: 2px solid #888;
}

.P_parent2, .P_parent3 {
    border-bottom: 1px solid #888;
}

    .P_parent2:last-child, .P_parent3:last-child {
        border-bottom: none;
    }

.category-cont {
    text-indent: 1em;
}

.category-cont2 {
    text-indent: 2em;
}

.category-cont3 {
    text-indent: 3em;
    font-size: 12px;
}

.category-item a {
    font-size: 16px;
    line-height: 48px;
    margin-right: 60px;
    display: block;
}

.P_list2 .category-item a {
    font-size: 14px;
    line-height: 36px;
}

.category-pad a:last-child {
    border: none;
}

.category-pad a.active {
    color: #e77918;
}

.category-tig {
    font-size: 14px;
    color: #888;
    text-align: right;
    line-height: 48px;
    width: 50px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.P_list2 .category-tig {
    line-height: 36px;
    width: 36px;
    height: 36px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.category-tig::before, .category-tig::after {
    content: '';
    background: #888;
    position: absolute;
    top: 50%;
    transition: all .3s;
}

.category-tig::before {
    width: 16px;
    height: 2px;
    right: 0;
    margin-top: -1px;
}

.category-tig::after {
    width: 2px;
    height: 16px;
    margin-top: -8px;
    right: 7px;
}

.nav-list .P_parent.open .P_tig::after,
.nav-list .P_parent2.open .P_tig2::after,
.nav-list .P_parent3.open .P_tig3::after {
    opacity: 0;
}

.category-cont, .category-cont2, .category-cont3 {
    display: none;
}

.nav-list .P_parent.open .category-cont {
    display: block;
}

.category-pad {
    padding-bottom: .2rem;
    border-top: 2px solid #888;
}

    .category-pad a {
        line-height: 36px;
        border-bottom: 1px solid #888;
        display: block;
    }

.nav-list li .category-item > a.active {
    color: #e77918;
}

.app-lanu {
    text-align: center;
    margin-top: 20px;
}

    .app-lanu a {
        display: inline-block;
        line-height: 30px;
        padding: 0 10px;
        font-size: 14px;
        color: #333;
    }

        .app-lanu a.on {
            background: #005bac;
            color: white;
            border-radius: 30px;
        }

/*pc-åº•éƒ¨*/
.footer {
    background: #f6f6f6;
}

.foot-top {
    padding-top: 5px;
    padding-bottom: 20px;
}

.fa_link {
    overflow: hidden;
    line-height: 30px;
    color: #999;
    padding: 15px 0px;
    border-bottom: solid #ececec 1px;
}

    .fa_link a {
        line-height: 30px;
        color: #999;
        padding-right: 38px;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }

        .fa_link a:hover {
            color: #e77918;
        }

.logo_bot {
    display: block;
    width: 156px;
}

.share {
    color: rgba(19, 19, 19, 0.3);
    line-height: 28px;
    margin-top: 34px;
}

.share_p {
    float: left;
    line-height: 28px;
}

.share .bdshare-button-style0-16 {
    overflow: hidden;
}

    .share .bdshare-button-style0-16 .bds_sqq {
        background: url(../images/qq.png) no-repeat center;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }

        .share .bdshare-button-style0-16 .bds_sqq:hover {
            background: url(../images/qqh.png) no-repeat center;
        }

    .share .bdshare-button-style0-16 .bds_tsina {
        background: url(../images/weib.png) no-repeat center;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }

        .share .bdshare-button-style0-16 .bds_tsina:hover {
            background: url(../images/weibh.png) no-repeat center;
        }

    .share .bdshare-button-style0-16 .bds_weixin {
        background: url(../images/wenx.png) no-repeat center;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }

        .share .bdshare-button-style0-16 .bds_weixin:hover {
            background: url(../images/wenxh.png) no-repeat center;
        }

    .share .bdshare-button-style0-16 a,
    .bdshare-button-style0-16 .bds_more {
        padding-left: 22px;
    }

.bot_left {
    float: left;
}

.bot_nav {
    overflow: hidden;
    float: right;
}

    .bot_nav li {
        float: left;
        color: #999;
        font-size: 14px;
        line-height: 22px;
        margin-right: 50px;
    }

    .bot_nav > li a {
        color: #999;
        font-size: 14px;
        line-height: 22px;
        display: block;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }

    .bot_nav > li > a:first-child,
    .bot_nav > li > p:first-child {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .bot_nav li:last-child {
        margin-right: 0;
    }

.nav_bottom {
    overflow: hidden;
    padding-top: 44px;
}

.bot_nav > li a:hover {
    color: #e77918;
}

.bot_nav > li p span, .bot_nav > li p a {
    float: left;
}

.p_left {
    float: left;
}

.footer_bot2 {
    color: #7d7d7d;
    line-height: 22px;
    overflow: hidden;
    padding: 6.5px 0;
}

.footbg2 {
    background: #1d1d1d;
}

.p_right {
    float: right;
}

.footer_bot2 a {
    color: #7d7d7d;
    line-height: 22px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

    .footer_bot2 a:hover {
        color: #fff;
    }

.bdimgshare_1517621898860,
.sr-bdimgshare .bdimgshare-content,
.sr-bdimgshare-black .bdimgshare-bg {
    display: none;
}

/*app-footer*/
.app-footer {
    display: none;
    width: 100%;
    background: #f6f6f6;
    padding: 10px 0 0;
}

.app-container {
    padding: 0 15px;
}

.footer-item {
    border-bottom: 2px solid #ececec;
    font-weight: lighter;
}

.footer-tit {
    position: relative;
}

    .footer-tit a {
        font-size: 14px;
        color: #999;
        line-height: 48px;
        margin-right: 60px;
        display: block;
    }

.footer-tig {
    font-size: 14px;
    color: #888;
    text-align: right;
    line-height: 48px;
    width: 50px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

    .footer-tig::before, .footer-tig::after {
        content: '';
        background: #999;
        position: absolute;
        top: 50%;
        transition: all .3s;
    }

    .footer-tig::before {
        width: 16px;
        height: 2px;
        right: 0;
        margin-top: -1px;
    }

    .footer-tig::after {
        width: 2px;
        height: 16px;
        margin-top: -8px;
        right: 7px;
    }

.footer-item.open .footer-tig::after {
    opacity: 0;
}

.footer-cont {
    display: none;
}

    .footer-cont a {
        line-height: 36px;
        color: #888;
        font-size: 12px;
        border-bottom: 1px solid #ececec;
        display: block;
    }

        .footer-cont a:last-child {
            border: none;
        }

.footer-pad {
    padding-bottom: .2rem;
    border-top: 2px solid #ececec;
}

.footer-bottom {
    padding-top: 30px;
    overflow: hidden;
}

.foot-left {
    width: 50%;
    float: left;
}

.foot-right {
    float: right;
    text-align: center;
    width: 105px;
}

    .foot-right img {
        width: 100%;
    }

    .foot-right p {
        font-size: 14px;
        color: #333;
    }

.footer-hotline .m-text {
    color: #888;
    font-size: 14px;
}

.footer-hotline .m-tel {
    color: #999;
    font-size: 24px;
}

.app-share .bdsharebuttonbox a {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: 0;
    padding: 0;
    opacity: 1;
    color: #888888;
    background: none;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

    .app-share .bdsharebuttonbox a:hover {
        background-color: #303030;
        color: #fff;
        opacity: 1;
    }

.footer-top {
    padding: 0 0 30px;
}

.footer-bot {
    background: #1d1d1d;
    padding: 10px 15px 70px;
}

    .footer-bot p {
        color: #7d7d7d;
        line-height: 22px;
    }


/*pc-å®¢æœ*/
.kf {
    transition: .8s;
    -o-transition: .8s;
    -moz-transition: .8s;
    -webkit-transition: .8s;
    z-index: 999999;
    background-color: #fff;
    position: fixed;
    bottom: 100px;
    right: 20px;
    width: 62px;
    border-radius: 5px;
}

    .kf span {
        z-index: 1000001;
        transition: .5s;
        cursor: pointer;
        position: relative;
        display: block;
        width: 62px;
        height: 62px;
        border-bottom: 1px solid #e3e3e3;
    }

    .kf .zx {
        border-radius: 5px 5px 0 0;
        background: url("../images/kefu_03.png") no-repeat center #fff;
    }

        .kf .zx:hover {
            background: url("../images/kefu1_03.png") no-repeat center #e77918;
        }

    .kf .freetel {
        background: url("../images/kefu1_07.png") no-repeat center #fff;
    }

        .kf .freetel:hover {
            background: url("../images/kefu_07.png") no-repeat center #e77918;
        }

    .kf .zxlya {
        background: url("../images/kefu_14.png") no-repeat center #fff;
    }

        .kf .zxlya:hover {
            background: url("../images/kefu1_14.png") no-repeat center #e77918;
        }

    .kf .back_top {
        border-radius: 0 0 5px 5px;
        border: none;
        background: url("../images/kefu_18.png") no-repeat center #fff;
    }

        .kf .back_top:hover {
            background: url("../images/kefu1_18.png") no-repeat center #e77918;
        }

    .kf span div {
        display: none;
        background-color: #fff;
        border-radius: 5px;
        position: absolute;
        right: 75px;
        padding: 20px;
        font-size: 14px;
        color: #e77918;
    }

        .kf span div input {
            text-indent: .5em;
            display: block;
            margin: 15px 0;
            line-height: 28px;
            color: #696969;
            font-size: 12px;
            width: 140px;
            border: 1px solid #d1d1d1;
            border-radius: 2px;
            height: 28px;
        }

        .kf span div a {
            transition: .5s;
            -webkit-transition: .5s;
            display: block;
            background: #e77918;
            border-radius: 2px;
            color: #fff;
            line-height: 26px;
            font-size: 12px;
            text-align: center;
            width: 79px;
            height: 26px;
        }

            .kf span div a:hover {
                background: #b10413;
            }

        .kf span div img {
            position: absolute;
            top: 27px;
            right: -9px;
        }

        .kf span div i {
            display: block;
            position: absolute;
            width: 15px;
            height: 200px;
            right: -15px;
            top: 0;
        }

    .kf .zx div, .kf .freetel div, .kf .zxlya div, .kf span:nth-child(4) div {
        text-align: center;
        min-width: 120px;
        font-size: 14px;
        color: #666;
    }

    .kf span:nth-child(4) div {
        white-space: nowrap;
    }

    .kf a {
        display: block;
        height: 68px;
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
    }

    .kf span div, .kf {
        -webkit-box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
        box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
    }

.nav_center div, .index_nav_center div, .shou, .zhan {
    -webkit-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
}

.shou {
    z-index: 1000000;
    cursor: pointer;
    width: 30px;
    height: 40px;
    top: 50%;
    margin-top: -15px;
    border-radius: 5px 0 0 5px;
    right: 62px;
    background: url("../images/kefq.png") no-repeat center #fff;
    position: absolute;
}

    .shou.on {
        background-image: url("../images/kefq1.png");
    }

/*app-å®¢æœ*/
.kefu {
    display: none;
    position: fixed;
    width: 240px;
    overflow: hidden;
    z-index: 400;
    background: rgba(0, 0, 0, 0.5);
    left: 50%;
    margin-left: -120px;
    bottom: 15px;
    padding: 8px 0;
    transition: all .5s;
}

    .kefu li {
        width: 60px;
        float: left;
        border-left: 1px solid #fff;
    }

        .kefu li:first-child {
            border-left: none;
        }

        .kefu li a {
            font-size: 20px;
            display: block;
            margin: 0 auto;
            width: 100%;
            height: 30px;
            text-align: center;
            line-height: 30px;
            color: white;
        }

@media (max-width: 1600px) {
    .nav2_bg {
        max-width: 1430px;
    }
}

@media (max-width: 1459px) {
    .nav2_bg {
        max-width: 1230px;
    }
}

@media (max-width: 1259px) {
    .nav2_bg {
        max-width: 970px;
    }

    .ser {
        margin-left: 15px;
    }

    .nav1 > li > a {
        padding: 50px 20px;
    }

    .search_box {
        width: 25%;
        margin-right: -470px;
    }

    .bot_nav li {
        margin-right: 21px;
    }
}

@media (max-width: 991px) {
    .header, .footer, .kf  {
        display: none !important;
    }

    .app-header, .app-footer, .kefu, .wappro {
        display: block;
    }
}
@media (min-width: 991px) {
    .wappro {
        display: none !important;
    }

}
.banner_inner {
    height: 300px;
    overflow: hidden;
    width: 100%;
}

.bread {
    margin-top: 27px;
    overflow: hidden;
    color: #a1a1a1;
    font-size: 14px;
    line-height: 24px;
    padding-left: 21px;
    margin-bottom: 25px;
    background: url(../images/bread.png) no-repeat 2px center;
}

    .bread a {
        color: #a1a1a1;
        font-size: 14px;
        line-height: 24px;
        padding: 0 3px;
        transition: .5s;
    }

.nav_page {
    overflow: hidden;
    background: #f2f2f2;
    margin: 0 auto;
    margin-bottom: 44px;
}

.bread a:hover,
.bread .on { /*color: #e77918;*/
}

.nav_page a {
    display: block;
    line-height: 45px;
    color: #999;
    padding: 0 53px;
    float: left;
    transition: .5s;
}

    .nav_page .on,
    .nav_page a:hover,
    .nav_page .on a {
        background: #e77918;
        color: #fff;
    }

.nav_page {
    margin: 0 auto;
    padding: 0 15px;
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .banner_inner {
        height: 250px;
    }

    .bread {
        margin: 15px 0;
    }

    .nav_page a {
        font-size: 14px;
        padding: 0 10px;
    }

    .nav_page {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) {
    .nav_page {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .nav_page {
        width: 970px;
    }
}

@media (min-width: 1260px) {
    .nav_page {
        width: 1230px;
    }
}

.xm_font {
    line-height: 22px;
    color: #626262;
    padding: 15px 20px 15px 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #e4e1df;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.xm_a {
    display: block;
    float: left;
    width: 33.33333333%;
    padding: 0 5px;
    margin-bottom: 15px;
}

    .xm_a:hover .xm_font {
        background: #e77918;
        color: #fff;
    }

.xm_box {
    overflow: hidden;
    margin: 0 -5px;
}


.xmimg {
    position: relative;
    width: 394px;
    height: 287px;
    overflow: hidden;
}


    .xmimg img {
        display: block;
        width: 100%;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }

.xm_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
    background: rgba(231, 121, 24, 0);
    z-index: 3;
    padding-top: 100px;
    box-sizing: border-box;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.xm_p {
    text-align: center;
}

    .xm_p i {
        font-style: normal;
        font-size: 16px;
        line-height: 20px;
        color: #fff;
        position: relative;
        padding: 0 20px;
    }

        .xm_p i:before {
            content: "";
            position: absolute;
            width: 30px;
            height: 1px;
            background: #fff;
            top: 50%;
            left: -30px;
        }

        .xm_p i:after {
            content: "";
            position: absolute;
            width: 30px;
            height: 1px;
            background: #fff;
            top: 50%;
            right: -30px;
        }

.xm_font2 {
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    margin-top: 15px;
    width: 100%;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}

.xm_bg:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    background: url(../images/big.png) no-repeat center;
    bottom: 79px;
    left: 50%;
    margin-left: -25px;
}

.xmimg:hover .xm_bg {
    opacity: 0;
    filter: alpha(opacity=100);
    background: rgba(231, 121, 24, 0.6);
}

.xmimg:hover img {
    transform: scale(1.1);
}

.xm_line {
    height: 1px;
    background: #ccc;
    margin-top: 70px;
}

.paging {
    overflow: hidden;
    text-align: center;
}

    .paging a {
        margin: 0 2px;
        display: inline-block;
        width: 34px;
        height: 30px;
        font-size: 14px;
        line-height: 30px;
        color: #999;
        text-align: center;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }

    .paging .shangyi {
        display: none;
    }

    .paging a:hover, .paging .on {
        background-color: #e77918;
        color: #fff;
    }

    .paging .paging_prev {
        background: url(../images/paingprev.png) no-repeat center #666666;
        margin-right: 50px;
    }

    .paging .paging_next {
        background: url(../images/paingnext.png) no-repeat center #666666;
        margin-left: 50px;
    }

@media (max-width:1259px) {
    .xm_bg:before {
        bottom: 60px;
    }

    .xm_bg {
        padding-top: 60px;
    }
}

@media (max-width:767px) {
    .xm_a {
        width: 50%;
    }

    .xm_bg:before {
        bottom: 30px;
        width: 20px;
        height: 20px;
        background-size: cover;
        margin-left: -10px;
    }

    .xm_bg {
        padding-top: 30px;
    }

    .xm_font2 {
        margin-top: 0;
    }

    .xm_line {
        margin-top: 30px;
    }

    .xm_font {
        padding: 10px 15px;
        font-size: 14px;
    }

    .xmimg {
        position: relative;
        width: 100%;
        height: 150px;
        overflow: hidden;
    }
}



.honor_a {
    display: block;
    background: #f5f5f5;
    overflow: hidden;
    padding: 27px 37px 15px 37px;
    float: left;
    margin-right: 9px;
}

.honor {
    width: 219px;
    height: 300px;
}

    .honor img {
        width: 219px;
        height: 300px;
        display: block;
    }

.hon_font {
    line-height: 22px;
    color: #999;
    text-align: center;
    padding: 11px 20px 0px 20px;
}

.honor_div {
    overflow: hidden;
}

.honor_a:nth-of-type(4n) {
    margin-right: 0;
    margin-bottom: 10px;
}

.honor_a:last-child {
    margin-bottom: 0;
}
/*kjyf*/
.hyzc {
    padding-bottom: 37px;
}

.kjyf_box {
    overflow: hidden;
    margin-bottom: 25px;
}

.kjyf_a {
    display: block;
    overflow: hidden;
    width: 100%;
    border-bottom: solid 1px #e4e1df;
    padding: 40px 0;
}

.kjyf_box .kjyf_a:first-child {
    padding-top: 0;
}

.kjyf_img {
    width: 31.5%;
    height: 201px;
    overflow: hidden;
    float: left;
}

    .kjyf_img img {
        display: block;
        width: 100%;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }

.kjyf_a:hover img {
    transform: scale(1.03);
}

.kjyf_font {
    margin-left: 31.5%;
    padding: 10px 50px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.kjyf_tit {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

    .kjyf_tit span {
        font-size: 12px;
        line-height: 24px;
        color: #999;
        padding-left: 20px;
    }

.kjyf_p {
    font-size: 12px;
    line-height: 22px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}

.kjyf_a:hover .kjyf_font {
    padding-left: 40px;
}

.kjyf_a:hover .kjyf_tit {
    color: #e77918;
}

@media (max-width: 767px) {
    .kjyf_img {
        height: 145px;
    }

    .kjyf_a {
        padding: 10px 0;
    }

    .kjyf_font {
        padding: 0 10px;
    }
}


/*faq*/
.contact {
    margin: 35px 0;
}

.ditu iframe {
    width: 100%;
}

.faq {
    margin-top: -5px;
    margin-bottom: 30px;
}

.faq_tit {
    font-size: 16px;
    line-height: 22px;
    color: #333;
}

    .faq_tit span {
        color: #999;
        padding-left: 11px;
    }

.wt_tit {
    line-height: 20px;
    color: #e77918;
    font-size: 16px;
}

.faq_list {
    padding-top: 25px;
}

    .faq_list li {
        background: #f7f7f7;
        padding: 21px 27px;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }

        .faq_list li:nth-of-type(2n) {
            background: #fff;
        }

.wt_anser {
    font-size: 14px;
    line-height: 20px;
    color: #999;
    padding-top: 14px;
    padding-bottom: 6px;
}

@media (max-width: 991px) {
    .wt_anser p img {
        display: block;
        width: 100%;
    }

    .faq_list li {
        background: none;
        padding: 0;
    }
}


/*zp*/
.zp_list {
    padding-top: 25px;
}

    .zp_list li {
        background: #f9f9f9;
        text-align: left;
        margin-bottom: 10px;
    }

        .zp_list li:last-child {
            margin-bottom: 0;
        }

.zp_tit {
    font-size: 15px;
    line-height: 22px;
    color: #666;
    cursor: pointer;
    background: url(../images/zpbgr.png) no-repeat right 30px center;
    padding: 13.5px 21px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.zp_det {
    font-size: 14px;
    line-height: 24px;
    color: #999;
    overflow: hidden;
    padding: 25px 0;
}

    .zp_det p {
    }

        .zp_det p:first-child {
            width: 138px;
        }

        .zp_det p:nth-of-type(2) {
            width: 396px;
        }

        .zp_det p:nth-of-type(3) {
            width: 499px;
        }

.zp_font {
    padding: 0 21px;
    font-size: 14px;
    line-height: 24px;
    color: #999;
    display: none;
}

.posi_det {
    font-size: 14px;
}

.posi_bold {
    font-weight: bold;
    padding: 8px 0;
}

.posi {
    padding-bottom: 40px;
}

.zp_list .on .zp_tit {
    background: url(../images/zpbgh.png) no-repeat right 30px center #e77918;
    color: #fff;
}

@media (max-width: 767px) {
    .zp_tit {
        padding: 13px 15px;
    }
}

/*èµ„æ–™ä¸‹è½½*/
.download_div {
    padding: 50px;
    border: solid #cfcfcf 1px;
    margin-bottom: 60px;
}

.table1 {
    width: 100%;
    text-align: center;
}

    .table1 tr th {
        font-size: 16px;
        line-height: 26px;
        color: #f4f4f4;
        padding: 10px 0;
        font-weight: normal;
        background: #888888;
        border: solid #e9e9e9 1px;
    }

    .table1 tr td {
        padding: 10px;
        line-height: 26px;
        color: #999;
        width: 276px;
        border: solid #dddddd 1px;
    }

.download_a {
    display: block;
    height: 44px;
    background: url(../images/download.png) no-repeat center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.table1 tr:hover .download_a {
    background-image: url(../images/downloadh.png);
}

@media (max-width:767px) {
    .download_div {
        padding: 0;
        margin-bottom: 40px;
        border: none;
    }
}


.xyfz li {
    overflow: hidden;
    background: #f8f8f8;
}

.zyfz_tit {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    margin-bottom: 12px;
    font-weight: bold;
}

    .zyfz_tit span {
        font-size: 12px;
        line-height: 24px;
        color: #999;
        font-weight: normal;
    }

.xyfz_p {
    font-size: 14px;
    line-height: 22px;
    color: #999999;
    max-height: 200px;
    overflow-y: auto;
}

.xyfz_left {
    float: left;
    width: 450px;
    padding: 120px 75px 30px 75px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.xyfz_right {
    width: 600px;
    float: left;
    height: 400px;
    overflow: hidden;
}

    .xyfz_right img {
        display: block;
        width: 600px;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }

.xyfz li:hover img {
    transform: scale(1.02);
}

.xyfz li:hover .xyfz_left {
    transform: translateX(10px);
}

.xyfz .odd .xyfz_left {
    float: right;
}

.xyfz .odd {
    margin-bottom: 24px;
}

.xyfz li:last-child {
    margin-bottom: 5px;
}

.contact_left {
    background: #fafafa;
    width: 45%;
    float: left;
    padding: 84px 0 160px 116px;
}

.contact_tit {
    font-size: 16px;
    line-height: 22px;
    color: #333;
    font-weight: bold;
}

    .contact_tit span {
        color: #999;
        padding-left: 10px;
        font-weight: normal;
    }

.contact_ul {
    font-size: 14px;
    line-height: 22px;
    color: #999;
}

    .contact_ul li:first-child {
        font-size: 14px;
        color: #333;
        padding: 20px 0;
    }

    .contact_ul li a {
        font-size: 14px;
        line-height: 22px;
        color: #999;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }

        .contact_ul li a:hover {
            color: #e77918;
        }

.clearb {
    height: 35px;
    clear: both;
}

.contact_form {
    width: 45%;
    float: right;
}

    .contact_form input[type="text"],
    .contact_form textarea {
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 10px;
        line-height: 20px;
        color: #999;
        border: solid #e5e5e5 1px;
        padding: 15px 25px 15px 54px;
    }

.name1 {
    background: url(../images/user.png) no-repeat 18px center;
}

.contact_form textarea {
    height: 167px;
    background: url(../images/lev.png) no-repeat 18px 19px;
}

.email {
    background: url(../images/email.png) no-repeat 18px center;
}

.tel {
    background: url(../images/tel.png) no-repeat 18px center;
}

.sub {
    line-height: 20px;
    color: #fff;
    text-align: center;
    padding: 16px 0px;
    background: #e77918;
    border: none;
    width: 100%;
}

@media (max-width: 1259px) {
    .contact_left {
        padding-bottom: 137px;
        padding-left: 80px;
        padding-right: 36px;
    }
}

@media (max-width: 767px) {
    .contact_left {
        width: 100%;
        padding: 20px;
    }

    .contact_form {
        width: 100%;
        margin-top: 20px;
    }

        .contact_form input[type="text"], .contact_form textarea {
            padding: 10px 10px 10px 54px;
        }

    .sub {
        padding: 10px 0;
    }
}


/*xyz*/
.zjgd {
    display: none;
}

.zjgd_box {
    position: relative;
}

    .zjgd_box .zj_show {
        display: block;
    }

.zj_slide {
    position: relative;
}

.zj_click {
    overflow: hidden;
    position: absolute;
    z-index: 10;
    bottom: 14px;
    left: 19px;
}

    .zj_click li {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        margin-right: 5px;
        border: solid #fff 1px;
        box-sizing: border-box;
        float: left;
        cursor: pointer;
    }

    .zj_click .onli {
        background: #fff;
    }

.zj_tit {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    color: #333;
    padding-bottom: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .zj_tit span {
        color: #999;
        font-weight: normal;
        padding-left: 10px;
        font-size: 14px;
    }

.zj_right {
    float: right;
    width: 806px;
    padding-top: 17px;
}

.zj_p {
    font-size: 14px;
    color: #999;
    line-height: 22px;
    height: 308px;
    overflow-y: auto;
    padding-right: 33px;
}

.zj_img {
    float: left;
    width: 292px;
    height: 371px;
    position: relative;
}

    .zj_img img {
        width: 292px;
        height: 371px;
        display: block;
        position: relative;
        z-index: 5;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }

        .zj_img img:hover {
            transform: translateY(10px);
        }

    .zj_img:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        border: solid #e77918 5px;
        top: 16px;
        left: 16px;
        box-sizing: border-box;
    }

.zj_p::-webkit-scrollbar {
    width: 5px;
    background: #e77918;
    height: 5px;
}

.zj_p::-webkit-scrollbar-thumb {
    background: #eee;
    width: 3px;
    background-clip: padding-box;
    height: 5px;
}

.khgx_slide {
    display: none;
    position: relative;
}

.box_team .box_teamon {
    display: block;
}

/*å…¬å¸æ–°é—»*/
.new_box {
    padding-top: 0px;
    margin-bottom: 60px;
}

.new_box2 {
    padding-top: 60px;
    padding-bottom: 17px;
}

.new_a {
    display: block;
    overflow: hidden;
    height: 150px;
    background: #f7f7f7;
    margin-bottom: 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.new_box .new_a:last-child,
.new_box2 .new_a:last-child {
    margin-bottom: 0;
}

.newimgl {
    float: left;
    width: 24.25%;
    height: 100%;
    overflow: hidden;
}

    .newimgl img {
        width: 100%;
        display: block;
        height: 100%;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }

.new_a:hover img {
    transform: scale(1.04);
}

.new_r {
    padding: 26px 20px 10px 45px;
    position: relative;
    margin-left: 24.25%;
    box-sizing: border-box;
    height: 100%;
    border-right: solid #e77918 3px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.new_a:hover .new_r {
    padding-left: 37px;
}

.new_tit {
    line-height: 20px;
    color: #333;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-bottom: 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.new_p {
    font-size: 14px;
    line-height: 22px;
    color: #999;
    width: 75%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.new_time {
    position: absolute;
    line-height: 20px;
    color: #999;
    right: 40px;
    top: 50%;
    margin-top: -8px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.new_a:hover .new_tit,
.new_a:hover .new_p,
.new_a:hover .new_time {
    color: #fff;
}

.new_a:hover {
    background: #e77918;
}

.more_new {
    display: block;
    width: 140px;
    height: 43px;
    border: solid #848484 1px;
    font-family: Arial;
    margin: 0 auto;
    color: #848484;
    line-height: 43px;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

    .more_new:hover {
        color: #fff;
        background: #e77918;
        border-color: #e77918;
    }

.new_alist {
    padding-bottom: 40px;
}

@media (max-width: 767px) {
    .new_a {
        height: 100px;
    }
}

.xyz_tit {
    overflow: hidden;
    margin-top: -5px;
    padding-bottom: 34px;
}

    .xyz_tit h3 {
        width: 80%;
        font-size: 18px;
        line-height: 22px;
        color: #333;
        float: left;
    }

.xyzdet_time {
    float: right;
    line-height: 22px;
    color: #999999;
}

.xyzdet_img1 {
    margin-bottom: 34px;
}

.xyz_detp {
    font-size: 14px;
    line-height: 22px;
    color: #999;
}

.back_link {
    text-align: right;
    padding-top: 20px;
}

    .back_link a {
        display: inline-block;
        font-size: 14px;
        line-height: 20px;
        color: #999;
        padding-left: 27px;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }

        .back_link a:hover {
            color: #e77918;
        }

    .back_link .fanh {
        background: url(../images/fanh.png) no-repeat left center;
        padding-left: 22px;
    }

.fanh:hover {
    background-image: url(../images/fanhh.png);
}

@media (max-width:991px) {
    .xyzdet p img {
        width: 80%;
    }

    .new_r {
        padding: 15px 20px;
    }

    .new_time {
        display: none;
    }

    .new_p {
        -webkit-line-clamp: 2;
        width: 100%;
    }

    .new_box {
        margin-bottom: 40px;
    }
}

/*æŽ¨èæ–°é—»*/
.tuijian_tit {
    font-size: 16px;
    line-height: 22px;
    color: #333;
    font-weight: bold;
    text-align: left;
    padding-top: 15px;
}

.recommend_list {
    overflow: hidden;
    padding-top: 15px;
    margin: 0 -5px;
}

    .recommend_list a {
        float: left;
        text-align: center;
        width: 33.33333333%;
        display: block;
        padding: 0 5px;
    }

.recom-list {
    width: 100%;
    background: #fdfdfd;
    border-bottom: solid #e77918 3px;
    padding-bottom: 30px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.detimg_list {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

    .detimg_list img {
        width: 100%;
        height: 100%;
        display: block;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }

.newdet_time2 {
    font-size: 14px;
    line-height: 22px;
    color: #bdbdbd;
    padding-top: 36px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.newdet_tit2 {
    line-height: 22px;
    color: #333;
    font-weight: bold;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 16px;
}

.new_pline {
    width: 47px;
    height: 1px;
    background: #999;
    margin: 17px auto 0 auto;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.newdet_p2 {
    line-height: 22px;
    color: #999;
    padding: 0 60px;
    margin: 15px 0 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    height: 44px;
}

.recommend_list a:hover .recom-list {
    background: #e77918;
}

.recommend_list a:hover .newdet_time2,
.recommend_list a:hover .newdet_tit2,
.recommend_list a:hover .newdet_p2,
.recommend_list a:hover .newdet_p2 {
    color: #fff;
}

.recommend_list a:hover .new_pline {
    background: #fff;
}

.recommend_list a:hover img {
    transform: scale(1.04);
}

/*æ–°é—»*/
.in_newdiv {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.in_newlink:hover {
    background: #e77918;
    border-color: #e77918;
    color: #fff;
}

.new_in2 {
    overflow: hidden;
    text-align: left;
}

.new_ina {
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
    width: 350px;
    moz-transition: all 1.5s ease 0s;
    -ms-transition: all 1.5s ease 0s;
    -o-transition: all 1.5s ease 0s;
    -webkit-transition: all 1.5s ease 0s;
    transition: all 1.5s ease 0s;
    margin-right: 10px;
}

    .new_ina img {
        display: block;
        width: 489px;
        moz-transition: all 3s ease 0s;
        -ms-transition: all 3s ease 0s;
        -o-transition: all 3s ease 0s;
        -webkit-transition: all 3s ease 0s;
        transition: all 3s ease 0s;
    }

.new_infont {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    padding: 112px 30px 30px 30px;
    box-sizing: border-box;
}

.inmore_new {
    width: 138px;
    height: 38px;
    border: solid #fff 1px;
    font-family: Arial;
    text-align: center;
    line-height: 38px;
    color: #fff;
    margin-top: 320px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

    .inmore_new:hover {
        background: #e77918;
        border-color: #e77918;
        color: #fff;
    }

.a_width {
    width: 489px;
}

.new_in2 .new_ina:last-child {
    margin-right: 0px;
}

.new_ina:hover img {
    transform: scale(1.1);
}

.new_lit {
    width: 339px;
    height: 276px;
    display: block;
    float: left;
    overflow: hidden;
    position: relative;
}

    .new_lit img {
        display: block;
        width: 100%;
        moz-transition: all 3s ease 0s;
        -ms-transition: all 3s ease 0s;
        -o-transition: all 3s ease 0s;
        -webkit-transition: all 3s ease 0s;
        transition: all 3s ease 0s;
    }

.new_litbot {
    margin-top: 18px;
}

.new_lit img:hover {
    transform: scale(1.1);
}

.new_infb {
    width: 100%;
    bottom: 24px;
    font-size: 16px;
    line-height: 22px;
    z-index: 3;
    color: #fff;
    font-weight: bold;
    left: 20px;
    position: absolute;
}

.in_newlink {
    display: block;
    width: 138px;
    height: 38px;
    border: solid #999999 1px;
    margin: 24px auto 25px auto;
    font-family: Arial;
    text-align: center;
    line-height: 38px;
    color: #999999;
    transition: .5s;
}


@media (max-width: 1259px) {
    .detimg_list {
        height: 157px;
    }

    .recom-list {
        padding-bottom: 20px;
    }

    .newdet_time2 {
        padding-top: 15px;
    }
}

@media (max-width:991px) {
    .detimg_list {
        height: 120px;
    }

    .newdet_tit2 {
        padding: 0;
    }

    .newdet_p2 {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .recommend_list a {
        width: 100%;
        margin-bottom: 20px;
    }

    .detimg_list {
        height: 200px;
    }

    .newdet_p2 {
        margin: 10px 0;
    }

    .newdet_time2 {
        padding-top: 5px;
    }

    .new_pline {
        margin-top: 10px;
    }

    .newdet_p2 {
        font-size: 14px;
    }

    .recom-list {
        padding-bottom: 10px;
    }

    .in_newlink {
        margin: 10px auto 40px;
    }
}


/*å…³äºŽæˆ‘ä»¬*/
.gsjj_font {
    width: 50%;
    float: left;
    padding: 0 30px;
}

.gsjj_img {
    float: left;
    width: 50%;
    /* height: 389px; */
    overflow: hidden;
}

    .gsjj_img img {
        /* width: 100%; */
        display: block;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        max-width: 100%;
    }

        .gsjj_img img:hover {
            transform: scale(1.04);
        }

.ggjj_p {
    font-size: 14px;
    line-height: 22px;
    color: #999;
    height: 330px;
    overflow-y: auto;
    padding-right: 30px;
}

.ggjj_p p{
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 12px;
    text-indent: 2em;
}

.gsjj_div {
    overflow: hidden;
    margin-bottom: 50px;
}

.ggjj_p::-webkit-scrollbar {
    background: url(../images/scroll_03.jpg) repeat-y center;
    width: 5px;
    height: 10px;
}

.ggjj_p::-webkit-scrollbar-thumb {
    background: #e77918;
    width: 3px;
    background-clip: padding-box;
    height: 10px;
}

.zygw_div {
    padding-top: 25px;
}

.trem_top {
    overflow: hidden;
}

    .trem_top .zj_tit {
        float: left;
    }

.team_tit {
    font-size: 16px;
    color: #000;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.team_img {
    width: 391px;
    overflow: hidden;
    height: 257px;
}

    .team_img img {
        display: block;
        width: 391px;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }

        .team_img img:hover {
            transform: scale(1.04);
        }

.team_p {
    line-height: #999;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.team_list {
    overflow: hidden;
}

    .team_list li {
        float: left;
        margin-right: 8px;
    }

.team_slide {
    width: 1200px;
    overflow: hidden;
}

.team_font {
    background: #f8f8f8;
    padding: 27px 37px 25px 37px;
    border-bottom: solid 3px #e77918;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.team_list li:hover .team_font {
    background: #e77918;
}

.team_list li:hover .team_tit,
.team_list li:hover .team_p {
    color: #fff;
}

.team_div {
    padding-top: 27px;
}

.zygw_div .zj_tit {
    padding-bottom: 50px;
}

.team_slide {
    padding-left: 10px;
}

.honor_abbg {
    background: #f5f5f5;
    padding: 30px 0 50px;
}

.honor_ab {
    width: 1200px;
    margin: 0 auto;
    padding: 27px 0 60px 0;
}

.honor_a2 {
    width: 100%;
    display: block;
    background: #fff;
    text-align: center;
    padding: 30px;
}

    .honor_a2 img {
        display: block;
        height: 417px;
        width: 100%;
    }

.honor_slide_div {
    overflow: hidden;
}

.honor2 {
    overflow: hidden;
}

.hon_font2 {
    font-size: 16px;
    line-height: 22px;
    color: #999;
    padding-top: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.honor_slide {
    width: 1100px;
    margin: 0 auto;
}

.honor_list2 {
    position: relative;
    padding: 0 50px;
}

    .honor_list2 .swiper-pagination {
        width: 100%;
        display: none;
    }

    .honor_list2 .swiper-pagination-bullet {
        margin: 0 5px;
    }

    .honor_list2 .swiper-pagination-bullet-active {
        background: #e77918;
    }

    .honor_list2 .honor_prev1, .honor_list2 .honor_prev2 {
        display: block;
        width: 30px;
        height: 76px;
        position: absolute;
        top: 50%;
        margin-top: -38px;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }

    .honor_list2 .honor_prev1 {
        left: 0;
        background: url(../images/team_p.png) no-repeat center #333;
    }

    .honor_list2 .honor_prev2 {
        right: 0;
        background: url(../images/team_next.png) no-repeat center #333;
    }

.honor_prev1:hover, .honor_prev2:hover {
    background-color: #e77918;
}

.zjgw_slide {
    position: relative;
}

    .zjgw_slide .zjgw-btn {
        display: inline-block;
        width: 88px;
        height: 28px;
        background: url(../images/team_p.png) no-repeat center #333;
        top: -44px;
        margin-top: 0;
    }

    .zjgw_slide .swiper-button-prev {
        background: url(../images/team_p.png) no-repeat center #333;
        left: auto;
        right: 98px;
    }

    .zjgw_slide .swiper-button-next {
        background: url(../images/team_next.png) no-repeat center #333;
        margin-left: 10px;
        right: 0;
    }

    .zjgw_slide .zjgw-btn:hover {
        background-color: #e77918;
    }

    .zjgw_slide .swiper-pagination {
        width: 100%;
        display: none;
    }

    .zjgw_slide .swiper-pagination-bullet {
        margin: 0 5px;
    }

    .zjgw_slide .swiper-pagination-bullet-active {
        background: #e77918;
    }

.zjgw_name {
    font-size: 20px;
    line-height: 25px;
    color: #333;
    font-weight: bold;
}

.zjgw_font {
    font-size: 14px;
    line-height: 22px;
    color: #999;
    position: absolute;
    bottom: 0;
    padding: 80px 40px 20px 40px;
    background: #fbfbfb;
    height: 300px;
    border: solid #fbfbfb 3px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.zjgw_p {
    margin-top: 12px;
    height: 80%;
    overflow-y: auto;
}

    .zjgw_p::-webkit-scrollbar {
        width: 3px;
        background-color: #dcdbdb;
    }

    .zjgw_p::-webkit-scrollbar-thumb {
        background-color: #e77918;
        border-radius: 10px;
    }

.zjgw {
    overflow: hidden;
}

.zjgw-list {
    width: 100%;
    background: #fbfbfb;
    height: 600px;
    position: relative;
}

.zjgw_img {
    width: 100%;
    position: absolute;
    height: 300px;
    left: 0;
    top: 0;
}

    .zjgw_img img {
        width: 100%;
        display: block;
        height: 100%;
    }

.zjgw_font:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: -18px;
    left: 50%;
    margin-left: -10px;
    background: url(../images/sjiah_03.png) no-repeat center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.zjgw-list:hover .zjgw_font {
    border-color: #e77918;
}

    .zjgw-list:hover .zjgw_font:before {
        background-image: url(../images/sjia_03.png);
    }

.zjgw-list.odd .zjgw_font {
    top: 0;
    left: 0;
    bottom: auto;
}

.zjgw-list.odd .zjgw_img {
    top: auto;
    bottom: 0;
}

.zjgw-list.odd .zjgw_font:before {
    top: auto;
    bottom: -16px;
    background: url(../images/sjiah_03t.png) no-repeat center;
}

.zjgw-list.odd:hover .zjgw_font:before {
    background: url(../images/sjia_03b.png) no-repeat center;
}

.mian_ab .zj_tit {
    padding-bottom: 5px;
}

.khgx_cla {
    overflow: hidden;
    text-align: right;
    float: right;
}

    .khgx_cla a {
        display: inline-block;
        font-size: 14px;
        line-height: 22px;
        color: #666666;
        padding: 0 8px;
        margin-left: 10px;
        border-bottom: solid transparent 2px;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }

.khgx_t {
    overflow: hidden;
    margin-bottom: 32px;
}

.khgx {
    padding-top: 35px;
    padding-bottom: 60px;
}

.khgx_t .zj_tit {
    float: left;
}

.khgx_cla a:hover, .khgx_cla .on {
    border-color: #e77918;
}

.khgx_img {
    width: 100%;
    height: auto;
    overflow: hidden;
    border: solid #e4e1df 1px;
    display: block;
}

.khgx_list li .khgx_img:last-child {
    margin-top: 10px;
}

.khgx_img img {
    width: 100%;
    display: block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.khgx_list {
    overflow: hidden;
}

    .khgx_list li {
        float: left;
        width: 191px;
        margin-right: 10px;
    }

.khgx_img:hover img {
    transform: scale(1.03);
}

.khgx_slide .swiper-button-prev, .khgx_slide .swiper-button-next {
    display: inline-block;
    width: 88px;
    height: 28px;
    background: url(../images/team_p.png) no-repeat center #333;
    top: -44px;
    margin-top: 0;
}

.khgx_slide .swiper-button-prev {
    background: url(../images/team_p.png) no-repeat center #333;
    left: auto;
    right: 98px;
}

.khgx_slide .swiper-button-next {
    background: url(../images/team_next.png) no-repeat center #333;
    margin-left: 10px;
    right: 0;
}

    .khgx_slide .swiper-button-prev:hover, .khgx_slide .swiper-button-next:hover {
        background-color: #e77918;
    }

@media (max-width: 1259px) {
    .gsjj_img {
        height: 305px;
    }

    .ggjj_p {
        height: 240px;
        padding-right: 20px;
    }

    .honor_a2 img {
        height: 297px;
    }

    .zjgw-list {
        height: 470px;
    }

    .zjgw_img, .zjgw_font {
        height: 235px;
    }

    .zjgw_font {
        padding: 20px;
    }
}

@media (max-width: 991px) {
    .ggjj_p {
        height: 170px;
    }

    .gsjj_font {
        padding: 0 20px;
    }

    .gsjj_img {
        height: auto;
    }

    .honor_a2 img {
        height: 297px;
    }

    .zjgw-list {
        height: 470px;
    }

    .zjgw_img, .zjgw_font {
        height: 235px;
    }

    .zjgw_font {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .gsjj_img, .gsjj_font {
        width: 100%;
    }

    .gsjj_font {
        padding: 0;
        margin-top: 10px;
    }

    .zj_tit {
        padding-bottom: 5px;
    }

    .ggjj_p {
        height: auto;
        padding-right: 0;
    }

    .zjgw-list {
        height: auto;
    }

    .zjgw_img, .zjgw_font {
        position: static;
        height: auto
    }

    .zjgw_slide .zjgw-btn {
        display: none;
    }

    .zygw_div .zj_tit {
        padding-bottom: 30px;
    }

    .zjgw_p {
        height: auto;
        margin-top: 5px;
    }

    .zjgw_font {
        padding: 15px 0;
    }

    .zjgw_slide .swiper-pagination {
        display: block;
    }

    .zygw_div {
        padding-bottom: 40px;
    }

    .honor_list2 {
        padding: 0;
        margin-top: 20px;
    }

        .honor_list2 .honor_prev1, .honor_list2 .honor_prev2 {
            display: none;
        }

        .honor_list2 .swiper-pagination {
            display: block;
        }

    .honor_a2 {
        padding: 10px;
    }

        .honor_a2 img {
            height: 190px;
        }

    .khgx_slide .swiper-button-prev, .khgx_slide .swiper-button-next {
        top: auto;
        bottom: -40px;
    }

    .khgx_slide .swiper-button-prev {
        right: auto;
        left: 0;
    }

    .khgx {
        padding-bottom: 80px;
    }

    .khgx_t {
        margin-bottom: 20px;
    }
}

/*banner*/
.index_banner {
    position: relative;
    overflow: hidden;
}

#homeSlide {
    z-index: 3;
}

    #homeSlide a {
        display: block;
    }

    #homeSlide img {
        display: block;
        width: 100%;
    }

.home-pagination {
    position: absolute;
    width: auto !important;
    right: 28px;
    top: 50%;
    transform: translate(0%, -50%);
    bottom: auto !important;
    left: auto !important;
    z-index: 5;
    text-align: center;
}

    .home-pagination .swiper-pagination-bullet {
        display: block;
        opacity: 1;
        background: none;
        border: solid #e77918 1px;
        width: 8px;
        cursor: pointer;
        height: 8px;
        font-size: 0;
        margin-bottom: 6px !important;
        border-radius: 50%;
    }

    .home-pagination .swiper-pagination-bullet-active {
        background: #e77918;
    }

.banner-posi {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

    .banner-posi .inmain {
        position: relative;
        height: 100%;
    }

.new_intit {
    line-height: 41px;
    color: #fff;
    font-weight: bold;
    float: left;
    height: 41px;
    text-align: center;
    width: 102px;
    background: #d1711c;
}

.new_slides_in {
    height: 41px;
    overflow: hidden;
    position: absolute;
    bottom: 25px;
    width: 100%;
    left: 0%;
    background: #e77918;
    z-index: 4;
}

.new_in_click {
    width: 47px;
    background: #d1711c;
    height: 41px;
    float: right;
}

    .new_in_click li {
        height: 20px;
        cursor: pointer;
    }

.newin_prev {
    background: url(../images/newinp.png) no-repeat center;
}

.newin_next {
    background: url(../images/newinn.png) no-repeat center;
}

.index_banner .flex-viewport {
    z-index: 3;
}

.newin_p:hover {
    transform: translateX(-10px);
}

.newin_box {
    width: 1025px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 20px;
    float: left;
}

.newin_p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    font-size: 12px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    line-height: 41px;
    color: #fff;
    padding-left: 34px;
}

.newin_font {
    float: left;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newin_list {
    width: 100%;
}

.in_newtime {
    float: right;
    padding-left: 30px;
}

.new_ain {
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new_inp {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new_intit2 {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.back_link {
    overflow: hidden;
    padding: 25px 0;
    border-bottom: dashed #e6e3e3 1px;
}

    .back_link a {
        display: block;
        float: left;
        line-height: 24px;
        color: #7a7a7a;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        box-sizing: border-box;
    }

.new_prev {
    width: 40%;
    text-align: left;
    padding-left: 14px;
    background: url(../images/detprev.png) no-repeat left center;
}

.new_next {
    width: 40%;
    text-align: right;
    padding-right: 14px;
    background: url(../images/detnext.png) no-repeat right center;
}

.new_cen {
    width: 20%;
}

.back_link a:hover {
    color: #e77918;
}

.new_prev:hover {
    background-image: url(../images/detprevh.png);
}

.new_next:hover {
    background-image: url(../images/detnexth.png);
}
/*å…³äºŽæˆ‘ä»¬*/
.intit {
    text-align: center;
    font-size: 20px;
    line-height: 22px;
    color: #333;
    padding-top: 45px;
}

.in_en {
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    color: #999999;
    text-transform: uppercase;
}

.in_enline {
    width: 35px;
    height: 2px;
    background: #e77918;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 13px;
}

.inab_bg {
    width: 100%;
    overflow: hidden;
    padding-bottom: 152px;
    background-size: cover;
}

    .inab_bg .intit, .inab_bg .in_en {
        color: #fff;
        text-align: center;
    }

    .inab_bg .in_enline {
        background: white;
    }

.incase_img {
    width: 56.25%;
    float: left;
    height: 329px;
    overflow: hidden;
    display: block;
}

    .incase_img img {
        display: block;
        width: 675px;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }

        .incase_img img:hover {
            transform: scale(1.03);
        }

.incase_1 {
    overflow: hidden;
    text-align: left;
    background: #fff;
    margin-top: 62px;
}

.incase_tit {
    font-size: 16px;
    line-height: 22px;
    color: #333;
    font-weight: bold;
}

    .incase_tit span {
        color: #999;
        padding-left: 10px;
        font-weight: normal;
        font-size: 14px;
    }

.ab_line {
    width: 37px;
    height: 2px;
    background: #e77918;
    margin: 10px 0 15px 0;
}

.inab_p {
    font-size: 14px;
    line-height: 20px;
    color: #999;
}

.incase_r {
    padding: 55px 57px 10px 75px;
    background: #fff;
    float: left;
    width: 43.75%;
    box-sizing: border-box;
}

.ab_link {
    display: block;
    width: 138px;
    height: 38px;
    border: solid #999999 1px;
    font-family: Arial;
    text-align: center;
    line-height: 38px;
    color: #999999;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin-top: 50px;
}

    .ab_link:hover {
        background: #e77918;
        border-color: #e77918;
        color: #fff;
    }


@media (max-width: 1259px) {
    .newin_box {
        width: 80%;
    }

    .incase_r {
        padding: 50px 30px 20px
    }
}

@media (max-width: 991px) {
    .index_banner {
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .new_slides_in {
        width: 96%;
        left: 2%;
        height: 30px;
        bottom: 10px;
    }

    .new_intit {
        width: 70px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }

    .newin_box {
        width: auto;
        float: none;
        padding-right: 0;
    }

    .newin_p {
        line-height: 30px;
        padding-left: 10px;
    }

    .newin_font {
        width: 70%;
    }

    .in_newtime {
        padding-left: 0;
        padding-right: 10px;
    }

    .incase_img {
        width: 100%;
        height: auto;
    }

        .incase_img img {
            width: 100%;
        }

    .incase_r {
        width: 100%;
    }

    .incase_r {
        padding: 30px 20px;
    }

    .ab_link {
        margin-top: 20px;
    }

    .incase_1 {
        margin-top: 25px;
    }

    .inab_bg {
        padding-bottom: 50px;
    }

    .intit {
        padding-top: 30px;
    }
}






.posi_ap {
    position: relative;
}

.posi_abso {
    position: absolute;
    top: -45px;
    width: 1px;
    height: 1px;
}

.pro_inner {
    overflow: hidden;
    height: 299px;
    position: relative;
}

.pro_slide li {
    height: 299px;
}

    .pro_slide li a {
        display: block;
        height: 299px;
    }

.pro_inner .flex-direction-nav .flex-prev {
    width: 40px;
    height: 40px;
    font-size: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: block;
    background: url(../images/pro_prev.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
}

.pro_inner .flex-direction-nav .flex-next {
    width: 40px;
    height: 40px;
    font-size: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: block;
    background: url(../images/pro_next.png) no-repeat center;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
}

.pro_inner .flex-direction-nav {
    position: absolute;
    width: 1200px;
    height: 30px;
    z-index: 4;
    top: 50%;
    left: 50%;
    margin-left: -600px;
    margin-top: -15px;
}

    .pro_inner .flex-direction-nav .flex-prev:hover {
        background-image: url(../images/pro_prevh.png);
    }

    .pro_inner .flex-direction-nav .flex-next:hover {
        background-image: url(../images/pro_nexth.png);
    }

/*äº§å“è¯¦æƒ…*/
.pro-swiper {
    display: none;
    width: 50%;
    float: left;
    border: 1px solid #dbdbdb;
}

    .pro-swiper img {
        display: block;
        width: 100%;
    }

    .pro-swiper .swiper-pagination {
        width: 100%;
    }

    .pro-swiper .swiper-pagination-bullet {
        margin: 0 5px;
    }

    .pro-swiper .swiper-pagination-bullet-active {
        background: #e77918;
    }

.jqzoom {
    text-align: center;
    float: left;
    position: relative;
    padding: 0px;
    cursor: pointer;
    margin: 0px;
    display: block;
    width: 459px;
    border: 1px solid #e5e5e5;
    height: 288px;
    box-sizing: border-box;
}

    .jqzoom:before {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        background: url(../images/fdj.png) no-repeat center;
        bottom: 11px;
        right: 15px;
    }

    .jqzoom img {
        width: 100%;
        height: auto;
        vertical-align: middle;
        overflow: hidden;
    }

.zoomdiv {
    z-index: 100;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 480px;
    height: 410px;
    background: #ffffff;
    border: solid #dfdfdf 1px;
    display: none;
    text-align: center;
    overflow: hidden;
}

.jqZoomPup {
    z-index: 10;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
    border: 1px solid #aaa;
    background: #ffffff;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(opacity=50);
}

.jqzoom_box {
    width: 480px;
    overflow: hidden;
    float: left;
    height: 410px;
}

.pro_titr {
    font-size: 16px;
    line-height: 24px;
    color: #333;
}

.pro_p2 {
    line-height: 24px;
    color: #999;
    margin-top: 30px;
    margin-bottom: 20px;
    height: 121px;
    overflow-y: auto;
    padding-right: 60px;
}

.pro_fontr {
    float: right;
    width: 720px;
}

.proleft {
    overflow: hidden;
    float: left;
    width: 480px;
}

.spec-scroll {
    position: relative;
    z-index: 3;
    bottom: 0px;
    height: 90px;
    padding-top: 10px;
    width: 600px;
    padding-left: 30px;
    overflow: hidden;
}

    .spec-scroll .prev_btn1,
    .spec-scroll .next_btn1 {
        display: block;
        width: 20px;
        height: 80px;
        position: absolute;
        cursor: pointer;
        transition: .5s;
    }

    .spec-scroll .prev_btn1 {
        background: url(../images/paingprev.png) no-repeat center #e77918;
        left: 0px;
        top: 10px;
    }

.items {
    width: 550px;
    overflow: hidden;
    position: relative;
    height: 81px;
}

    .items ul {
        overflow: hidden;
        width: 99999px;
        height: 81px;
        cursor: pointer;
        position: absolute;
    }

#itemsUl li {
    float: left;
    width: 127px;
    margin-right: 10px;
    transition: 0.35s;
    border: solid #e1e1e1 1px;
}

#itemsUl .hover {
    border: solid #e77918 1px;
}

#itemsUl li img {
    max-width: 100%;
    display: block;
}

.spec-scroll .next_btn1 {
    background: url(../images/paingnext.png) no-repeat center #e77918;
    right: 0;
    top: 10px;
}

.pro_big {
    overflow: hidden;
    margin-bottom: 25px;
}

.cpgs_p {
    font-size: 14px;
    line-height: 24px;
    color: #999;
    margin-bottom: 37px;
}

.prodet_name {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    padding: 35px 0;
    text-align: left;
    font-weight: bold;
}

.shm {
    line-height: 24px;
    color: #999;
    padding-top: 45px;
}

.sm_p2 {
    line-height: 24px;
    color: #999;
}

.tj_prop {
    line-height: 24px;
    color: #333;
    padding: 17px 20px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.prodet_list li {
    width: 270px;
    margin-right: 10px;
    float: left;
}

.prodet_list {
    overflow: hidden;
}

.chan1 table {
    width: 100%;
    table-layout: fixed;
}

.chan1 iframe {
    width: 100%;
}

.chan1 tr th {
    font-size: 16px;
    line-height: 26px;
    color: #f4f4f4;
    padding: 10px 20px;
    font-weight: normal;
    background: #888888;
    border: solid #e9e9e9 1px;
}

.chan1 tr td {
    line-height: 26px;
    color: #999;
    text-align: center;
    border: solid #dddddd 1px;
    padding: 10px 20px;
}
/*æŽ¨èäº§å“*/
.proslide_tj .prodet_prev1, .proslide_tj .prodet_next1 {
    margin-top: 0;
    display: block;
    width: 30px;
    height: 76px;
    position: absolute;
    z-index: 4;
    top: 50px;
}

.proslide_tj {
    position: relative;
    padding: 0 40px;
}

    .proslide_tj .prodet_prev1 {
        background: url(../images/team_p.png) no-repeat center #e77918;
        left: 0;
    }

    .proslide_tj .prodet_next1 {
        background: url(../images/team_next.png) no-repeat center #e77918;
        right: 0;
    }

.prodet_tjimg {
    width: 100%;
    height: 170px;
    background: #f7f7f7;
    overflow: hidden;
    display: block;
    border: solid #ccc 1px;
}

    .prodet_tjimg img {
        height: 100%;
        display: block;
        width: 100%;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }

        .prodet_tjimg img:hover {
            transform: scale(1.03);
        }

.proslide_tj .tj-li:hover .tj_prop {
    color: #e77918;
}

.chan1 {
    display: none;
    border: solid #ccc 1px;
    padding: 20px 20px;
}

    .chan1 > img {
        max-width: 100%;
    }

.box_chan .show_prosm {
    display: block;
}

.proslide_tj .swiper-pagination {
    width: 100%;
    display: none;
}

.proslide_tj .swiper-pagination-bullet {
    margin: 0 5px;
}

.proslide_tj .swiper-pagination-bullet-active {
    background: #e77918;
}

@media (max-width:1259px) {
    .proleft {
        width: 440px;
    }

    .pro_fontr {
        width: 470px;
    }

    .jqzoom {
        width: 100%;
        height: 275px;
    }

    .pro_p2 {
        margin-bottom: 10px;
    }

    .spec-scroll {
        width: 460px;
    }

    .prodet_tjimg {
        height: 130px;
    }

    .proslide_tj .prodet_prev1, .proslide_tj .prodet_next1 {
        top: 30px;
    }
}

@media (max-width:991px) {
    .pro-swiper {
        display: block;
    }

    .proleft, .spec-scroll {
        display: none;
    }

    .pro_fontr {
        width: 50%;
        padding: 0 30px;
    }

    .pro_p2 {
        padding-right: 0;
    }
}

@media (max-width:767px) {
    .pro-swiper {
        width: 100%;
    }

    .pro_fontr {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }

    .pro_p2 {
        margin-top: 10px;
        height: auto;
    }

    .chan1 {
        padding: 15px;
    }

        .chan1 p {
            text-align: justify;
            text-indent: 0!important;
        }

            .chan1 p img {
                /* width: 100%!important; */
                max-width: 100%!important;
                height: auto!important;
            }

    .proslide_tj {
        padding: 0;
        margin-bottom: 40px;
    }

        .proslide_tj .prodet_prev1, .proslide_tj .prodet_next1 {
            display: none;
        }

        .proslide_tj .swiper-pagination {
            display: block;
        }
}



.tuijian_new {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    font-weight: bold;
}

.table_1 {
    width: 100%;
}

    .table_1 tr td {
        line-height: 24px;
        color: #666;
        border: solid #e4e1df 1px;
        text-align: center;
        padding: 10px 10px;
    }

.table_2 tr td {
    line-height: 24px;
    color: #666;
    border: solid #e4e1df 1px;
    text-align: center;
    padding: 10px 10px;
}

.table_2 {
    margin-bottom: 45px;
}

#xz2 {
    top: -70px;
}



.pro-box {
    padding-bottom: 60px;
}

.product {
    overflow: hidden;
    margin: 0 -30px;
}

    .product a {
        display: block;
        float: left;
        width: 33.333333%;
        margin-bottom: 40px;
        padding: 0 30px;
    }

        .product a .pic {
            width: 100%;
            overflow: hidden;
            height: 225px;
        }

            .product a .pic img {
                display: block;
                width: 100%;
                height: 100%;
                -webkit-transition: .5s;
                -moz-transition: .5s;
                -ms-transition: .5s;
                -o-transition: .5s;
                transition: .5s;
            }

        .product a span {
            display: block;
            text-align: center;
            line-height: 52px;
            color: #fff;
            white-space: nowrap;
            background: #9b9b9b;
            padding: 0 20px;
            text-overflow: ellipsis;
            overflow: hidden;
            -webkit-transition: .5s;
            -moz-transition: .5s;
            -ms-transition: .5s;
            -o-transition: .5s;
            transition: .5s;
        }

        .product a:hover .pic img {
            -webkit-transform: scale(1.04);
            -moz-transform: scale(1.04);
            -ms-transform: scale(1.04);
            -o-transform: scale(1.04);
            transform: scale(1.04);
        }

        .product a:hover span {
            background: #2f95e2;
        }

@media (max-width: 1259px) {
    .product a .pic {
        height: 170px;
    }
}

@media (max-width: 991px) {
    .product {
        margin: 0 -10px;
    }

        .product a {
            padding: 0 10px;
            margin-bottom: 30px;
        }

            .product a .pic {
                height: 141px;
            }
}

@media (max-width: 767px) {
    .product {
        margin: 0 -5px;
    }

        .product a {
            width: 50%;
            padding: 0 5px;
            margin-bottom: 20px;
        }

    .pro-box {
        padding-bottom: 40px;
    }
}


@media (min-width:1200px ) {
    .nav2 > li > .xdyz_a {
        padding: 7px 10px;
    }

    .nav2 {
        padding: 17px 0px 35px 0px;
    }
}

@media (min-width:1500px ) {
    .nav2 > li > a {
        padding: 7px 30px;
    }

    .nav2 {
        padding: 17px 20px 35px 20px;
    }
}



/*================================*/
.index {
    padding-top: 70px;
}

    .index .h1 {
        color: #333;
        float: left;
        font-size: 36px;
        line-height: 36px;
        position: relative;
        line-height: 36px;
    }

        .index .h1:after {
            position: absolute;
            content: '';
            width: 10px;
            height: 2px;
            background: #e77918;
            right: -20px;
            top: 50%;
            margin-top: -1px;
        }

    .index .h2 {
        text-align: left;
        font-size: 16px;
        color: #666666;
        line-height: 16px;
        margin-top: 19px;
        word-break: break-all;
    }

    .index a.more-btn {
        display: block;
        float: right;
        padding-left: 31px;
        background: url(../images/read-btn.png) no-repeat left top;
        font-size: 14px;
        color: #666;
        font-family: 'Open Sans';
        line-height: 22px;
        position: relative;
    }

        .index a.more-btn:after {
            transition: all 1s;
            position: absolute;
            content: '';
            width: 36px;
            height: 1px;
            background: #bebebe;
            left: 30px;
            bottom: 0;
        }

        .index a.more-btn:hover {
            color: #e77918;
            background: url(../images/read-btnH.png) no-repeat left top;
        }

            .index a.more-btn:hover:after {
                width: 76px;
                background: #e77918;
            }

.index-two {
    padding-bottom: 55px;
}

.int-big {
    margin-top: 32px;
}

.int-box {
    display: none;
    margin: 0 -5px;
}

    .int-box a:hover .h3 {
        color: #e77918;
    }

.int-top {
    text-align: left;
    font-size: 16px;
    color: #444;
    margin-bottom: 50px;
}

    .int-top a {
        font-size: 16px;
        color: #444;
        padding: 0 10px;
    }

        .int-top a.active, .int-top a:hover {
            color: #e77918;
        }

.int-list {
    width: 33.3333333%;
    float: left;
    padding: 0 5px;
    margin-bottom: 15px;
    display: block;
}

    .int-list .int-pic {
        width: 100%;
        height: 289px;
        overflow: hidden;
    }

        .int-list .int-pic img {
            width: 100%;
            height: 100%;
            display: block;
            transition: all 1s;
        }

    .int-list .int-font {
        padding: 0 30px;
        box-sizing: border-box;
        height: 147px;
        border: solid 1px #dedede;
        padding-top: 30px;
    }

        .int-list .int-font .h3 {
            font-size: 18px;
            color: #444;
            line-height: 18px;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            margin-bottom: 18px;
        }

        .int-list .int-font p {
            font-size: 14px;
            color: #999;
            line-height: 14px;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            padding-bottom: 23px;
            border-bottom: solid 1px #dedede;
        }

        .int-list .int-font .h4 {
            transition: all 1s;
            position: relative;
            height: 42px;
            line-height: 42px;
            color: #777;
            font-size: 14px;
            background: url(../images/int-font.png) no-repeat right center;
        }

            .int-list .int-font .h4:before {
                position: absolute;
                content: '';
                width: 0%;
                height: 1px;
                background: #e77918;
                transition: all 1s;
                top: -1px;
            }

    .int-list:hover .int-font .h4:before {
        width: 100%;
    }

    .int-list:hover img {
        transform: scale(1.1);
    }

    .int-list:hover .h3 {
        color: #e77918;
    }

    .int-list:hover .int-font .h4 {
        background: url(../images/int-fontH.png) no-repeat right 10px center;
    }

.int-bot .block_index {
    display: block;
}

.bread a.on {
    color: #e77918;
}

@media (max-width: 1259px) {
    .int-list .int-pic {
        height: 225px;
    }
}

@media (max-width:991px) {
    .int-list .int-pic {
        height: 171px;
    }

    .int-list .int-font {
        padding: 20px 20px 0;
        height: auto;
    }

        .int-list .int-font .h3 {
            margin-bottom: 10px;
        }

        .int-list .int-font p {
            padding-bottom: 15px;
        }
}

@media (max-width:767px) {
    .index {
        padding-top: 40px;
    }

    .index-two {
        padding-bottom: 30px;
    }

    .int-list {
        width: 100%;
    }

        .int-list .int-pic {
            height: auto;
        }

    .int-top {
        margin-bottom: 30px;
    }

    .index .h1 {
        font-size: 26px;
    }

    .index a.more-btn {
        line-height: 36px;
        background-position: left center;
    }

    .int-big {
        margin-top: 20px;
    }
}



/**/
.service h3 {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    text-align: center;
}

.ser-p p {
    font-size: 14px;
    line-height: 22px;
    color: #999;
}

.ser-p {
    margin-top: 25px;
    margin-bottom: 45px;
}

.ser-tit {
    font-size: 22px;
    color: #333;
    line-height: 20px;
    padding-left: 10px;
    margin-bottom: 25px;
    border-left: solid 2px #e06338;
}

.ser-one li {
    float: left;
    width: 33.3333333%;
    height: 600px;
    position: relative;
    padding-top: 300px;
}

.ser-pic {
    width: 100%;
    height: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.ser-one li.odd {
    padding-top: 0;
}

    .ser-one li.odd .ser-pic {
        bottom: 0;
        top: auto;
    }

    .ser-one li.odd .ser-font {
        height: 50%;
    }

.ser-pic img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.ser-one li:hover img {
    transform: scale(1.05);
}

.ser-font {
    border: solid 3px #f7f7f7;
    position: relative;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    background: #f7f7f7;
    padding: 34px 15px 40px 20px;
}

.ser-name {
    margin-bottom: 12px;
    font-size: 20px;
    color: #333333;
    line-height: 20px;
}

.ser-font p {
    overflow-y: auto;
    height: 190px;
    font-size: 14px;
    color: #999;
    line-height: 22px;
    padding-right: 18px;
}

    .ser-font p::-webkit-scrollbar {
        width: 2px !important;
        background: #d2d2d2;
    }

    .ser-font p::-webkit-scrollbar-thumb {
        background: #e77918;
    }

.ser-font1:after {
    position: absolute;
    content: '';
    top: -17px;
    left: 50%;
    margin-left: -6.5px;
    z-index: 3;
    width: 0;
    height: 0;
    border: 7px solid;
    border-color: transparent transparent #f7f7f7;
}

.ser-one li:hover .ser-font {
    border-color: #e77918;
}

.ser-one li:hover .ser-font1:after {
    border-color: transparent transparent #e77918;
}

.ser-one li:hover .ser-font2:after {
    border-color: #e77918 transparent transparent;
}

.ser-font2:after {
    position: absolute;
    content: '';
    bottom: -17px;
    left: 50%;
    margin-left: -6.5px;
    z-index: 3;
    width: 0;
    height: 0;
    border: 7px solid;
    border-color: #f7f7f7 transparent transparent;
}

.ser-two {
    padding: 50px 0 23px;
}

    .ser-two li {
        width: 50%;
        float: left;
    }

        .ser-two li p {
            font-size: 14px;
            color: #999;
            line-height: 22px;
        }

.ser-three li {
    float: left;
    width: 33.3333333%;
    padding: 0 7.5px;
    margin-bottom: 25px;
}

.ser-three ul {
    margin: 0 -7.5px;
    padding-top: 5px;
}

.ser-img {
    width: 100%;
    height: 288px;
    overflow: hidden;
}

    .ser-img img {
        display: block;
        width: 100%;
        height: 100%;
        transition: all .5s;
    }

.ser-three li h5 {
    margin-top: 15px;
    font-size: 14px;
    color: #333;
    line-height: 22px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ser-three li p {
    font-size: 14px;
    color: #999;
    line-height: 22px;
    min-height: 66px;
}

.ser-three li:hover img {
    transform: scale(1.05);
}

.fotrwm img {
    width: 105px;
    display: inline-block;
    padding-left: 20px;
}

@media (max-width: 1259px) {
    .ser-one li {
        height: 470px;
        padding-top: 235px;
    }

    .ser-font p {
        height: 130px;
    }

    .ser-img {
        height: 244px;
    }

    .ser-three li p {
        min-height: 88px;
    }
}

@media (max-width: 991px) {
    .ser-one li {
        height: 360px;
        padding-top: 180px;
    }

    .ser-font p {
        height: 90px;
    }

    .ser-img {
        height: 170px;
    }

    .ser-three li p {
        height: 88px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .ser-one li {
        height: auto;
        padding-top: 0;
        width: 100%;
        margin-bottom: 20px;
    }

    .ser-pic {
        position: static;
    }

    .ser-font {
        padding: 20px 10px;
    }

        .ser-font p {
            height: auto;
        }

    .ser-two li {
        width: 100%;
        margin-bottom: 20px;
    }

    .ser-two {
        padding: 20px 0 20px;
    }

    .ser-tit {
        margin-bottom: 10px;
    }

    .ser-three li {
        width: 50%;
    }

    .ser-img {
        height: auto;
    }

    .xcservi img {
        width: 100%;
    }
}

/*2019.9.25æ›´æ–°*/
.wappro {
    margin: 0 auto;
    padding: 0 15px;
}

.prolist {
    width: 50% !important;
    float: left;
}

.waphonor_list li {
    background: #fff;
}

.wappro_list li {
    float: left;
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 20px;
}

    .wappro_list li a {
        display: inline-block;
    }

.waphonor_list .pro_pic {
    /* padding: 1rem 1rem 0.5rem; */
    padding: 0px 9%;
}

.wappro_list .pro_pic {
    overflow: hidden;
}

.swiper-container_hon .swiper-wrapper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}

.wappro_list li a img {
    transition: all 0.5s;
}

.waphonor_list li p {
    background: #fff;
    color: #666;
    font-family: Arial;
    font-size: 15px;
    padding-bottom: 10px;
    text-align: center;
    line-height: 50px;
}


.wappro_list li.mar {
    margin-right: 0;
}


.swiper-container_hon .swiper-pagination {
    bottom: -2px;
    position: absolute;
    text-align: center;
   
    z-index: 10;
}
.swiper-container_hon .swiper-pagination-bullet-active {
    background: #e77918;
}

.swiper-container_hon .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    display: inline-block;
    border-radius: 100%;
    background: transparent;
    border: 2px solid #e77918;
}
.swiper-container_hon {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    padding: 5% 0;
}
.wappro .detimg_list {
    height: 98px!important;
}

/*ä¸“å®¶å›¢é˜Ÿ*/
.team_flex {
    background: #f4f4f4;
}
.team_flex_top {
    display: flex;
}
    .team_flex_top > div {
        width: 50%;
        flex: 1;
        max-height: 150px;
    }
.team_flex h4 {
    font-size: 15px;
    color: #333;
    font-weight: bold;
    padding: 8px 8px;
    text-align: left;
}
.zjdiv {
    font-size: 14px;
    line-height: 20px;
    color: #666;
    padding: 0 0.78rem;
    overflow-y: auto;
    padding: 0px 8px;
    text-align: left;
    height: 103px;
}
.team_flex_bot {
    display: flex;
    direction: rtl;
}
.flex_bot_desc h4 {
    text-align: left;
}

.team_flex_bot > div {
    width: 50%;
    flex: 1;
    max-height: 150px;
}